home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1998 / MacHack 1998.toast / The Hacks! / Transport Independent Speech / SpokenSerialApp / Speaking.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-11-16  |  350 b   |  19 lines  |  [TEXT/CWIE]

  1. #ifndef __SPEAKING__
  2. #define __SPEAKING__
  3.  
  4. #include <Speech.h>
  5.  
  6. #ifndef __SPEAKINGERRORS__
  7. #include "Speaking_Errors.h"
  8. #endif
  9.  
  10. #ifndef __STRUCT__
  11. #include "Struct.h"
  12. #endif
  13.  
  14. OSErr        GetNewSpeechChan        (const SpeechChannel * const theSpeechChan);
  15. OSErr        SetRefCon                (const SpeechChannel theSpeechChan,
  16.                                     const unsigned long theRefCon);
  17.  
  18. #endif
  19.